home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 151 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  774 b 

  1. From: boender@dutiws.TWI.TUDelft.NL (Hildo Biersma)
  2. Subject: Re: seduid scripts
  3. Date: Thu, 18 Mar 93 13:34:04 MET
  4. In-Reply-To: <9303171430.AA02344@irz202.inf.tu-dresden.de>; from "Michael Hohmuth" at Mar 17, 93 3:30 pm
  5.  
  6. Hi,
  7.  
  8. I think setuid scripts are absolutely evil, and should be avoided
  9. at all cost. First of all, there's the security implications.
  10. (Not that MiNT is secure now, but we can try...). A setuid-root
  11. shell scripts can be abused in so many ways we should leave it out.
  12.  
  13. Secondly, I think all #! interpretation should take place in the kernel.
  14. The library is not the proper place for this to happen, for then
  15. it will also have to built into the desktop, any other programs, etc.
  16. If it's built into the kernel, all programs will be able to profit.
  17.  
  18. Bye, Hildo
  19.